home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DDSDEMO.ARJ / README < prev   
Text File  |  1992-01-25  |  4KB  |  82 lines

  1. WELCOME TO THE DIALOG DEVELOPMENT SYSTEM!  VERSION 1.02!
  2.  
  3. The dialog development system is the ultimate tool for developing dialogs
  4. for your own programs.  It features:
  5.  
  6.   - A complete set of full power drawing tools
  7.   - Complete aresenal of all Fusion dialog elements
  8.   - Element and object ordering capabilities
  9.   - A lightning fast, intelligent, optimizing code generator
  10.   - A Z-Ordering capability
  11.   - A customization control panel that remembers setting between sessions
  12.   - An easy to use interface
  13.   - Complete support for help, groups, and hotkeys
  14.   - And more ...
  15.  
  16. Source code for the DDS is available in the DDS directory in the Fusion
  17. conference on our BBS.
  18.  
  19. Questions? Comments?
  20.  
  21. Please contact us on CIS or through our BBS
  22.  
  23. Help System?
  24.  
  25. The first shipping version of the DDS does not have a help system.  A future
  26. version will provide a help system as well as a collection of other new
  27. features.
  28.  
  29. Test Dialog?
  30.  
  31. All numerics are referred to as longs -- in order to eliminate
  32. the need to link in floating points and BCDs.  As a result, decimals
  33. should not be entered into the tester, since they will not be supported.
  34.  
  35. -------------------------------------------------------------------------------
  36. Changes in 1.01:
  37. -------------------------------------------------------------------------------
  38.  
  39. - A minor bug was fixed in the code generator.
  40.  
  41. -------------------------------------------------------------------------------
  42. Changes in 1.02:
  43. -------------------------------------------------------------------------------
  44.  
  45. - A bug was fixed in the code generator where a numerical element was
  46.   being generated improperly.
  47.  
  48. - A few minor performance enhancements have been scattered throughout the
  49.   entire software package.
  50.  
  51. - The dialog saving and loading options have been enhanced.  Strings are now
  52.   saved at their actual length.  As a result, .DDS files will be about 30 to
  53.   60% smaller than in previous DDS versions.  All old DDS files are still
  54.   compatible with the new file format.
  55.  
  56.   To get an idea of the size compression available, check out this
  57.   comparision.  These are files that we are using in the development of
  58.   our own software packages:
  59.  
  60.                                      File Size in Bytes
  61.   File                          Version 1.01    Version 1.02       % Smaller
  62.   --------------------------------------------------------------------------
  63.   ACT4.DDS                      54895           21200              61%
  64.   ACT.DDS                       15553           7489               52%
  65.   ACTIVITY.DDS                  6715            4193               36%
  66.   ADD.DDS                       5217            2817               46%
  67.   CALENDAR.DDS                  17257           6597               62%
  68.   FILEID.DDS                    2337            1507               36%
  69.   HIT.DDS                       4106            2425               41%
  70.   INVENT.DDS                    9971            5203               48%
  71.   PROD.DDS                      17165           6617               62%
  72.   REPORTS.DDS                   7701            3959               49%
  73.  
  74.   Try it on your files!  Just load in your old .DDS files and save them and
  75.   you will quickly see the reduced size!  We are working on another enhancement
  76.   that will reduce the size even more by compressing the Blaze text to about
  77.   50% of its size.
  78.  
  79.   If you are piling up a load of .DDS files, then this release will really
  80.   benefit you.
  81.  
  82.